Unable to add version to stage-packages
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
To ensure we upgrade things deliberately we lock many packages to certain versions. Trying to create our first snap I have a simple nil part.
parts:
command:
plugin: nil
stage-packages:
- 'some-package=2.30.1'
With apt I can install the correct version of some-package, and the latest does not work, so I need to install an older version. This stops us from being able to create snaps for our application.
Evaluation history
No evaluation history available.